home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / I386 / SASETUP.MSI / F77753_sanetworkmonitor.mof < prev    next >
Encoding:
Text File  |  2003-02-21  |  837 b   |  31 lines

  1. /////////////////////////////////////////////////////////////////////////
  2. //
  3. // Copyright(C) 1999-2000 Microsoft Corporation all rights reserved.
  4. //
  5. // Module:      appmgr.mof
  6. //
  7. // Description: Appliance Manager WMI classes
  8. //
  9. //////////////////////////////////////////////////////////////////////////
  10.  
  11. #pragma namespace("\\\\.\\ROOT\\CIMV2")
  12.  
  13. //////////////////////////////////////////////////////////////////////////
  14. //
  15. // Server Appliance Resource Event Classes
  16. //
  17. //////////////////////////////////////////////////////////////////////////
  18.  
  19. instance of __Win32Provider as $P
  20. {
  21.     Name  = "SANetEventProvider";
  22.     CLSID = "{9B4612B0-BB2F-4d24-A3DC-B354E4FF595C}";
  23. };
  24.  
  25.  
  26. instance of __EventProviderRegistration
  27. {
  28.     provider = $P;
  29.     EventQueryList = { "select * from Microsoft_SA_ResourceEvent" };
  30. };
  31.